home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / libscsi1.zoo / LibScsi-0.01 / scsi.cnf < prev    next >
Encoding:
Text File  |  1994-03-15  |  946 b   |  28 lines

  1. #
  2. # SCSI.CNF - Steve Woodford, 1993
  3. #
  4. # These are the normal timeout periods for an Archive Viper 150Mb
  5. # tapedrive. They are actually built into 'mt.ttp', but they are
  6. # here too, just to demonstrate how things are done.
  7. #
  8.  
  9. SCSI_TAPE_ID    =   2   # My system has the tape as ID 2.
  10.  
  11. # This is the list of timeout values. The order and number are
  12. # critical. The correct order is:
  13. # Normal, Rezero, Read, Write, Seek, Load, Unload, Retension, Space, Erase.
  14. # Zero timeout means just use default value.
  15.  
  16. SCSI_TIMEOUT_2  =   2, 120, 120, 120, 240, 120, 120, 240, 1600, 240
  17.  
  18. # The 'Normal' timeout is for commands that don't involve any mechanical
  19. # movement. ie. Getting sense or inquiry data.
  20.  
  21. #
  22. # That's all there is to it. Remember, you can put anything in here
  23. # following a '#' character and it will be ignored. Blank lines are
  24. # also ignored, but note that data lines are restricted to 128
  25. # characters long!
  26. #
  27. # Steve Woodford, August 1993.
  28.